Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    h(z,e(x))  → h(c(z),d(z,x))
2:    d(z,g(0,0))  → e(0)
3:    d(z,g(x,y))  → g(e(x),d(z,y))
4:    d(c(z),g(g(x,y),0))  → g(d(c(z),g(x,y)),d(z,g(x,y)))
5:    g(e(x),e(y))  → e(g(x,y))
There are 8 dependency pairs:
6:    H(z,e(x))  → H(c(z),d(z,x))
7:    H(z,e(x))  → D(z,x)
8:    D(z,g(x,y))  → G(e(x),d(z,y))
9:    D(z,g(x,y))  → D(z,y)
10:    D(c(z),g(g(x,y),0))  → G(d(c(z),g(x,y)),d(z,g(x,y)))
11:    D(c(z),g(g(x,y),0))  → D(c(z),g(x,y))
12:    D(c(z),g(g(x,y),0))  → D(z,g(x,y))
13:    G(e(x),e(y))  → G(x,y)
The approximated dependency graph contains 3 SCCs: {13}, {9,11,12} and {6}.
Tyrolean Termination Tool  (0.11 seconds)   ---  May 3, 2006